home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 005a / sr130.zip / SYSOP.DOC < prev   
Text File  |  1993-05-21  |  9KB  |  277 lines

  1.  
  2.                              S P A C E   R A C E
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                        C o p y r i g h t  (c)   1 9 9 3
  9.  
  10.  
  11. Space Race, Copyright (c) 1993 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue  usage.
  15.                      
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not 
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and dta loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified 
  24.      for with all the files originally included.
  25.  
  26. Credits:
  27.      QuickBasic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      Door Source is copyrighted Computer City, USA 1988, 1989, 1990, 
  33.                  1991
  34.  
  35. Overview:
  36.  
  37.      Space Race is a space colonization/combat door game.  Users attempt
  38.      to increase their empire from 1 planet to be the most powerful in
  39.      the game.  Unlike many doors, this one allows the users to play
  40.      multiple turns in a single day.   This happens if all players take
  41.      their turn, maintance is performed automatically, and everyone can
  42.      take their next turn.   
  43.  
  44. Configuration file setup:
  45.  
  46.      Example:
  47.  
  48. c:\pcb\pcboard.sys
  49. Prime Base
  50. William
  51. Rountree
  52. 000000
  53. 50
  54. 1
  55.  
  56. ------------------------------------------------------------------------------
  57.      Line 1 is a drive/path/filename to the bbs interface file.
  58.      Line 2 is the name of the BBS using this door.
  59.      Line 3 is the first name of Sysop.
  60.      Line 4 is the last name of the Sysop.
  61.      Line 5 is the registration number.
  62.      Line 6 is the number of users able to play per game.
  63.      Line 7 is the number of games a player can participate in.
  64.  
  65.      Note:  All 7 lines must exist for proper operation.
  66.  
  67.  
  68.      PCBOARD.SYS, DOOR.SYS (31 Line), DORINFO1.DEF, or CALLINFO.BBS     
  69.      may be used in line #1.
  70.  
  71. Batch file setup:
  72.  
  73.      Example: 
  74.  
  75.              BBS:
  76.  
  77. :start
  78. sr1 sr.cfg
  79. if exist exit.sr goto end
  80. if exist score.fil goto score
  81. if exist player.sr goto load2
  82. goto exit
  83. :load2
  84. sr2 sr.cfg
  85. goto start
  86. :score
  87. srscore
  88. goto start
  89. :exit
  90. if exist score.fil del score.fil
  91. if exist player.sr del player.sr
  92. if exist busy del busy
  93. :end
  94. if exist exit.sr del exit.sr
  95.                                
  96.              Local:
  97.  
  98. :start
  99. sr1 sr.cfg local
  100. if exist exit.sr goto end
  101. if exist score.fil goto score
  102. if exist player.sr goto load2
  103. goto exit
  104. :load2
  105. sr2 sr.cfg local
  106. goto start
  107. :score
  108. srscore
  109. goto start
  110. :exit
  111. if exist score.fil del score.fil
  112. if exist player.sr del player.sr
  113. if exist busy del busy
  114. :end
  115. if exist exit.sr del exit.sr
  116.         
  117.            
  118.  
  119. Ok...here's the explaination:
  120.  
  121. sr1 is the menu program
  122. sr2 is the game itself
  123. srscore is the program that creates the score bulletin.
  124.  
  125. A user could enter the menu, go into the game, play his turn in one game,
  126. come back to the menu, select a different game, play it, etc...until he
  127. has played all his games then when he exits from sr1 to return to the BBS,
  128. no player.sr exists so control is returned to the BBS.
  129.  
  130. In the local operation, you will be asked for your name and ansi upon
  131. starting the game module, you may just press enter, since it is not used.
  132.  
  133. If you have any questions about this batch file, your cfg's, please feel
  134. free to call me voice at 804-587-3082.  I will be happy to help!
  135.  
  136. Here are some additional options available to use on the command line:
  137.  
  138. LOCKED:xxxxx  - Forces Door Source to lock the modem at the
  139.                 speed given.
  140. LOCAL         - Forces Door Source to run in local mode. This
  141.                 is really meant for testing purposes, but it
  142.                 still reads the configuration file, but doesn't
  143.                 read the bbs interface file.
  144. NETWORK       - Forces file sharing to be active incase you
  145.                 are using something other than SHARE to manage
  146.                 file locking.
  147. IRQ=n         - Lets you change the IRQ used for the com port
  148.                 specified in the bbs interface file.
  149.                 (See below for more information)
  150. ADDR=&Hnnnn   - Lets you change the address used for the com
  151.                 port specified in the bbs interface file.
  152.                 (See below for more information)
  153. PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  154.                 isn't detected (Normally it is, but you can't
  155.                 always tell!)
  156. RBBS          - Forces Door Source into RBBS/QBBS mode
  157. WILDCAT       - Forces Door Source into Wildcat 2.0 mode
  158. DOORSYS       - Forces Door Source into 31-Line DOOR.SYS mode
  159. PCB121        - Forces Door Source into PCBoard 11.8/12.x mode
  160.                 with COM 1 active
  161. PCB122        - Forces Door Source into PCBoard 11.8/12.x mode
  162.                 with COM 2 active
  163. PCB14         - (DEFAULT) Forces Door Source into PCBoard 14.x
  164.                 mode
  165.  
  166. When you use the IRQ or the ADDR option, you must include the other.
  167. You can't use just the IRQ and not the ADDR, and you can't use just
  168. the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  169. and addresses for the PS/2s and IBM PCs:
  170.                         Non PS/2
  171.         Com port       IRQ     Address
  172.            1             4       &H3F8
  173.            2             3       &H2F8
  174.            3             4       &H3E8
  175.            4             3       &H2E8
  176.           5-8            4       &H3F8
  177.  
  178.                         PS/2
  179.         Com port       IRQ     Address
  180.            1             4       &H3F8
  181.            2             3       &H2F8
  182.            3             3       &H3220
  183.            4             3       &H3228
  184.            5             3       &H4220
  185.            6             3       &H4228
  186.            7             3       &H5220
  187.            8             3       &H5228
  188.  
  189.  
  190. List of function keys:
  191.  
  192.      F-3  : Printer toggle
  193.      F-4  : Page bell toggle
  194.      F-5  : Shell to DOS
  195.      F-7  : Caller alarm toggle
  196.      F-8  : Return caller to board
  197.      F-10 : Start Sysop chat
  198.      ESC  : End Sysop chat
  199.     Alt-X : Drop to DOS after caller logs off
  200.     ALT-N : Sysop next on flag
  201.  
  202. Daily Maintance:
  203.  
  204.      No modification of your daily maintance is required since Space Race
  205.      performs it's Maintance as needed.  This maintance is very short and
  206.      should not delay the play by that call very much.
  207.  
  208. Resetting:
  209.  
  210.      To reset this door do the following:
  211.  
  212.      1. Delete *.sr
  213.      2. Delete *.flt
  214.      3. Delete *.plt
  215.      4. Delete *.scr
  216.      5. Delete *.gax
  217.      6. Delete *.vis
  218.  
  219. Limitations:
  220.  
  221.      This door will continue to operate in it's original condition until
  222.      it is registered.  The unregistared version limites each user to 1
  223.      game while in the registered version they are limited to 9.  Multi-
  224.      ple variations of games are possible, but until registered, defaults
  225.      are used.
  226.      
  227. Beta Testing:
  228.  
  229.      This door was available to any sysop who wished to try it.  I would like
  230.      to specifically thank the following BBS's for their active help in
  231.      testing.  
  232.  
  233.      THE BOARD ROOM (Sacramento, CA)  (916) 483-0199  A Member Supported BBS.
  234.      This Multi-Node Wildcat System has over 50 Registered Door Games, Group
  235.      and Private Chat, 100+ Message Rooms and over 5,000 current Files.
  236.      SYSOPS: CEO and Kathy Stroh.
  237.  
  238.      Connect One BBS, Elko Nv. (702) 753-7574 AT&T Dataport 14.4k modem
  239.      50,000 files online plus (over 5 geg), 40 plus registered doors,
  240.      Mail Hub for the following nets: Wildnet, Rushnet, S&Snet, PEnet.
  241.      SYSOP: William Graham, Bata Testers: Jim Lorengo, George Grant
  242.  
  243. Registration:
  244.  
  245.      Space Race costs $15.00 US currency to register.  I will post a 
  246.      message on Prime Base in the Door Support Conference with your 
  247.      individual registration number.  If you have any problems or questions,
  248.      please leave all messages in this area for:
  249.     
  250.           William Rountree or Sysop at:
  251.  
  252.           Prime Base Node #1: (804) 587-4289   14,400 V32Bis, V42Bis
  253.           Prime Base Node #2: (804) 587-4382   16,800 USR Dual Standard
  254.  
  255.  
  256. Multi-node :
  257.  
  258.      At this time, this door is only single node.  However, I have limited
  259.      it so that only one user can use the door at any one given time.
  260.      I have include samples of my sr*.cfg's.
  261.  
  262.      In your batch file you need to copy the correct nodes *.cfg to sr.cfg.
  263.  
  264.      Example:
  265.  
  266.      d:
  267.      cd\doors\sr
  268.      copy sr-2.cfg sr.cfg
  269.      sr.bat
  270.      c:
  271.      cd\pcb2
  272.      board2
  273.  
  274.      * Node 2's cfg would be sr-2.cfg.  
  275.  
  276.      * Please edit the busy.txt file as you need.
  277.